Avoid crash with invalid default-process-coding-system.
authorKenichi Handa <handa@m17n.org>
Sun, 14 Aug 2011 17:51:08 +0000 (13:51 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 14 Aug 2011 17:51:08 +0000 (13:51 -0400)
commitdfff7fe1c7ce92e1e1f305e9594c75a9c4c250c9
treee90765d8d768e3d14a22cb40c050c758014b0429
parentdcf230fc4974d2445214d873475a743005691584
Avoid crash with invalid default-process-coding-system.

* src/process.c (create_process): Call setup_process_coding_systems
after the pid of the process is set to -1.
src/ChangeLog
src/process.c